home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3 / CHAPTE12 / TAPICALL.H < prev    next >
Text File  |  1995-08-11  |  541b  |  25 lines

  1. #define IDC_STATIC            -1
  2.  
  3. #define IDM_EXIT           100
  4. #define IDM_ABOUT          200
  5. #define IDM_DIAL           300
  6.  
  7.  
  8. #define DLG_VERFIRST        400
  9. #define DLG_VERLAST         404
  10.  
  11. #define IDC_NAME            500
  12. #define IDC_NUMBER            501
  13. #define IDC_COMMENT         502
  14. #define IDC_COUNTRYCODE     504
  15. #define IDC_AREACODE        503
  16.  
  17.  
  18.  
  19. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  20. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  21. LRESULT CALLBACK Dial   (HWND, UINT, WPARAM, LPARAM);
  22.  
  23. void tapiError (LONG lrc);
  24.  
  25.